home *** CD-ROM | disk | FTP | other *** search
/ PC Format (Portugal) 16 / PC Format (Portugal) 16.iso / Games / X-men / XMENDEMO.EXE / XMen.exe / 0 / RCDATA / TCREDITSFORM / TCREDITSFORM.txt < prev   
Text File  |  1997-10-22  |  1KB  |  69 lines

  1. object CreditsForm: TCreditsForm
  2.   Left = 160
  3.   Top = 110
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   AutoScroll = False
  8.   Caption = 'Credits'
  9.   ClientHeight = 465
  10.   ClientWidth = 632
  11.   Color = clBlack
  12.   Font.Color = clLime
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BackgroundImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 640
  26.     Height = 480
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object BackSC: TRFSpriteControl
  31.     Left = 262
  32.     Top = 397
  33.     Width = 112
  34.     Height = 64
  35.     AutoSize = True
  36.     ImageIndex = 0
  37.     CycleInterval = 50
  38.     AnimationActive = False
  39.     BackgroundImage = BackgroundImage
  40.     Offset.X = 0
  41.     Offset.Y = 0
  42.     BaseFilename = 'launcher\cback'
  43.     OnClick = BackSCClick
  44.     OnMouseDown = BackSCMouseDown
  45.     OnMouseUp = BackSCMouseUp
  46.   end
  47.   object CreditsSC: TRFSpriteControl
  48.     Left = 41
  49.     Top = 75
  50.     Width = 558
  51.     Height = 301
  52.     AutoSize = False
  53.     ImageIndex = 0
  54.     CycleInterval = 50
  55.     AnimationActive = False
  56.     BackgroundImage = BackgroundImage
  57.     Offset.X = 0
  58.     Offset.Y = 200
  59.     BaseFilename = 'launcher\credtxt'
  60.   end
  61.   object Timer1: TTimer
  62.     Enabled = False
  63.     Interval = 50
  64.     OnTimer = Timer1Timer
  65.     Left = 568
  66.     Top = 8
  67.   end
  68. end
  69.